ObjectDB Database Search
101-150 of 200 resultsThe drop code word does not work?The drop code word does not work? | |
Activation license not picked up in Jenkins Hi, trying to understand why the activation license is not being picked up. We have tests ... a Jenkins build pipeline on the same machine, they fail. The activation licence is in the file:  ... containers. For some reason, Jenkins (which runs as docker-in-docker) is not recognizing the activation | |
Activation key causes database to not start We had ObjectDB version 2.5.7_06, then we bought a server license, then we activated it today. We get an error when trying to start ObjectDB after adding activation in objectdb.conf. We initially ... . We still cannot start ObjectDB if we add the activation key in objectdb.conf. This is the ObjectDB log | |
Embedded & Activation & Scalation when two instances try to access same db? Is everything synched properly? How does activation work? We'd buy a site license, however, we CAN NOT individually activate every instance on every machine ... (!) which can spawn through 1000's of different machines so activation wouldn't make much sense (besides we'd | |
programmatic activation Wondering if there is documentation for this class: com.objectdb. Activator Specifically: Is it possible to programmatically activate ObjectDB, ie: to pass in username, password, site key, and get back a link? This would help significantly with activation in server environments. dmoshal | |
Error activating objectdb C: \ Users \ Roberto Pinto java -cp objectdb.jar com.objectdb. Activator Error: The main class com.objectdb. Activator was not found or loaded this is the path of the activator D: \ BBDD_Entornos \ Objecdb \ Objectdb-2.74_03 \ objectdb-2.7.4_03 \ bin this is the route where the clkase Activator | |
locks on pure query activities can show a repeating pattern of a specific activity that holds such locks more than expected (the stack traces | |
Heap Limit reached although the option 'objectdb.temp.page-file' is activatedHeap Limit reached although the option 'objectdb.temp.page-file' is activated | |
500Mb ObjectDb database opening issue all activations from the objectdb.conf file. With an OEM license your end users do not need activation codes , and you should avoid including activation codes in your distributed application. Maybe checking all these activation codes takes much more time on your system than on ours (it is unclear | |
Catching exceptions from online backup of the backup process, then the backupThread finished its work even before our code would set ... is caught in the surrounding catch block in TOL:47 and its code does not generate next exception ... ) { } // Possible states are: " activate ", "hide","showDisabled" function Babylon_SetCorrectionState | |
Single Server License and Embedded Mode you have to update the configuration file by adding the activation code . If the evaluation limits are not removed then most likely activation code was not added to the correct objectdb.conf ... enables activation of one machine, but after activating that machine you can run ObjectDB in both client | |
License Key on macOS Sequoia 15.6.1 (*). If I create a new activation code for my objectdb.conf it will be valid sometimes for 2 hours ... and validating the activation code in 2.9.3? My currently problem (only on this Apple Macbook M1 ... Stocker There were changes in Activator in version 2.9.3. The activation code is now computed | |
Unexpected exception during open the database. We have also the code part, mentioned in Issue #1860 , in order to synchronize the ODB-IndexActivation Thread ... to the recent one. We don't observe any issues caused by the failing index activation and we don't ... one. We don't observe any issues caused by the failing index activation and we don't expect | |
Problems Running ODB Explorer. Please note: I have had to activate odb a few times. rvxTeam2 Eugene Brobby Apparently you added the activation code to the objectdb.conf file that is in use by your application (and this is why it works ... more than one activation code in the xml configuration file. Technical support via this public forum | |
JBOSS AS7 7.1.1 - Entity not persisted and createNamedQuery fire exception for building the Guestbook.war only maven. My GuestDAO code is as follows: package guest ... () ) System.out.println( methodName + " is within an active transaction" ); else System.out.println( methodName + " is out of an active transaction" ); } private List | |
Pre-detach loading: retrieval by navigation not working in if statement portions of code from each and see whether ObjectDB support or your readers can figure ... optimizations I meant JIT Compiler optimizations and not Java compiler optimization, i.e. the byte code ... relevant byte code after enhancement. support Support Have you tried build time enhancement | |
objectdb (licensed) + github action error the assignment requirements accordingly. On our side we can increase the activation limits to enable repeating activations on upgrades, but unless you write code to automate activations (i.e. run the Activator from a program, open the result link from the program, parse the activation code , etc.), or | |
License State activation , i.e. if a valid OEM activation code was found in the configuration file:  ... -id behavior drives me crazy (*). If I create a new activation code for my objectdb.conf ... regards Arne Arne Arne Stocker You can check if activation is working using a query:   | |
ObjectDB License Error I got-view=false kadirbasol Kadir BASOL It is unclear from your post why the activation does not work, but the usual reasons are issues with setting the configuration and invalid activation codes . SpringBoot should work like any other application regarding the activation , but maybe you should try first | |
InternalException when reading a HashMap the database) and we have the proper activation key set in objectdb.conf file. Caused by: com ... types". We were then testing the same database files on our latest code . It was throwing a different ... . Also the network interface was not changed. But from some moment old activation key stopped working | |
Query problem after transaction commit; support Support Attached please find the test code . The screen output is at the end of the post ... for all object Goods successfully] 04 SELECT u FROM Goods u where u._ code like : code AND u._desc like :desc 05 code = %, desc= % 06 UI: end query 07 UI: start printing result 08 code = A, desc= Good | |
How to use ObjectDB properly in spring boot application?/overview Below is a sample code that I am using: ( taken from objecdb documentation ... ().rollback(); } It works but the code has become uggly since I had to use try catch finally blocks ... settings to be loaded from a particular profile you may need to activate it (no profiles are currently | |
ObjectDB Parsing taking huge processing time Hi Team, We are trying to get the Persistence Manager Factory using the code mentioned ... a configuration file with many unused activation keys or having schema with hundreds of complex types ... .java:527) Thanks, Vinoth vinothr120 Vinoth Ramesh The threads are related to checking activation keys | |
Running the Activator requires Java 6 or above.+1, mixed mode) But activation complains: java -classpath objectdb.jar com.objectdb. Activator ObjectDB Activator [version 2.8.3] Copyright (c) 2020, ObjectDB Software. All rights reserved. Running the Activator requires Java 6 or above. dmoshal David Moshal Note | |
Invalid/Missing licence when connecting, however correct licence is definitely present licence for the server we are running our code on, and the previous version of the code uses the licence successfully without issue. I have upgraded the code and redeployed to the same server ... to having the activation key in an objectdb.conf file that is not in use. Therefore, the first thing | |
Academic license limitations? at all. This is most probably an issue with the activation of your licence. The most common problem is putting the activation code in the wrong configuration file, i.e. letting ObjectDB use a configuration file other than the one that includes the activation code . support Support Thank you so much. I removed an accidental | |
OEM: Too many persistable types (>10) - exceeds evaluation limit (error 1011) the application has an ObjectDB OEM Activation code installed). ObjectDB class enhancing HAS been performed ... and activations in recent versions. Please make sure that your classes are OEM enhanced. See this forum thread . support Support Thank you for the link to the class enhancing confirmation checking code .  | |
InternalError on multiple AND and JOIN Query - Will use the pattern time_example-%d{yyyy-MM-dd}.log for the active file 09:30:08,884 |-INFO in c.q.l ... / codes .html#layoutInsteadOfEncoder for details 09:30:08,908 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[TIMEBASED_ROLLING_APPENDER] - Active log file name: time_example.log 09:30:08,908 | |
How to develop for a server license the application without restrictions if they can't use the key to generate an activiation code for their local objectdb? Can they simply use the generated activation code of the server (linux) or do they need ... Hello, our company recently aquired a server license, which can only be activated | |
Cannot activate ObjectDB Hi, I have purchased a license for ObjectDB. I tried activating it on a clients PC. Everything was OK (I stated username, password etc), and I got the web address for activation . But opening the web ... are specified, so the activation seems to succeed with later, a 500 error on the website, but actually in | |
Deadlock on Schema Update during Multithreading activity A possible deadlock was detected when new types are registered during multithreading activity against ObjectDB. Until this issue is fixed, the recommended workaround is to complete registration of all the persistable types before starting any multithreading activity against ObjectDB. A single | |
InterfaceRef jakarta.persistence.EntityManagerFactory with an active transaction, and call the given function, passing the EntityManager to the function ... : entityType - any Java type, including {@ code Object.class} meaning all entity graphs - the specified ... {@ code Object.class} meaning all queries - the specified upper bound on the query result types Return | |
JQL-Update Queries fails with activated L2-CacheJQL-Update Queries fails with activated L2-Cache | |
Explorer bug ? Objects seem to be missing from database in Class view, but are present as references 1st project)) INFO: RequestBean []: Created: com.greensoft.entity. Activity [null](TEST: the 1st activity ) INFO: RequestBean []: Persisted: com.greensoft.entity. Activity [14](TEST: the 1st activity ) INFO: RequestBean []: Created: com.greensoft.entity. Activity [null](TEST: the 2nd activity ) INFO | |
EntityManager.joinTransaction() - JPA Method manager that a JTA transaction is active and join the persistence context to it. This method should be called on a JTA application managed entity manager that was created outside the scope of the active ... it with the current JTA transaction. Throws: TransactionRequiredException - if there is no active transaction Since: JPA 1.0 | |
Query fails with failed to read-17 19:14:40 #1 config] Invalid or expired activation code : AKEP-SJ5T-6S1Y-B65T-FWKY [2018-08 ... is thrown? Any other special activity at that time? Please post a full stack trace of the exception (strange ... we have it now 5-10 times per day. There is not any backup activity active during these times. It always happens | |
EntityManager.getLockMode(entity) - JPA Method: TransactionRequiredException - if there is no active transaction or if the entity manager has not been joined to the current transaction IllegalArgumentException - if a transaction is active but the given instance is not a managed entity Since: JPA 2.0 | |
ClassRef jakarta.persistence.EntityExistsException.persist is called and the entity already exists. The current transaction, if one is active ... may be thrown at flush or commit time. The current transaction, if one is active and the persistence context | |
InterfaceRef jakarta.persistence.spi.PersistenceProvider the classpath, the container must pass the {@ code ValidatorFactory} instance in the map with the key {@ code ... , the container must pass the {@ code BeanManager} instance in the map with the key {@ code "jakarta.persistence ... may be used to override the values of the corresponding elements in the {@ code persistence.xml} file or | |
InterfaceRef jakarta.persistence.Query - if a lock mode other than {@ code NONE} has been set and there is no transaction or the persistence ... other than {@ code NONE} has been set and there is no transaction or the persistence context has not ... back TransactionRequiredException - if a lock mode other than {@ code NONE} has been set | |
InterfaceRef jakarta.persistence.TypedQuery back TransactionRequiredException - if a lock mode other than {@ code NONE} has been set ... - if a lock mode other than {@ code NONE} has been set and there is no transaction or the persistence ... and only the statement is rolled back TransactionRequiredException - if a lock mode other than {@ code | |
docker documentation; dmoshal David Moshal I made some progress with this, but there is a strange issue. Groovy code (working): import com.objectdb. Activator import groovy.transform.CompileStatic @CompileStatic class Activation { static void main(String[] args) { PipedOutputStream piped = new PipedOutputStream | |
Once served to JSF page via @EJB query bean, many list fields are null (but same query ok after fresh persist in @PostConstruct)/retrieve EITHER: the transparent activation is failing AND/OR: entities are becoming detached. http://www ... if it affects. Transparent activation works only when the entity object is managed - once it becomes detached existing values are not expected to be cleared but then transparent activation is disabled | |
PersistenceProvider.createContainerEntityManagerFactory(info,map) - JPA Method, the container must pass the {@ code ValidatorFactory} instance in the map with the key {@ code "jakarta ... the {@ code BeanManager} instance in the map with the key {@ code "jakarta.persistence.bean.manager | |
Getting Started with JPA and NetBeans well (dialog boxes and menus might look slightly different but the code would be the same). This tutorial consists of the following steps: | |
ClassRef jakarta.persistence.EntityNotFoundException the database. The current transaction, if one is active and the persistence context has been joined | |
ClassRef jakarta.persistence.LockTimeoutException part of an API call, at, flush or at commit time. The current transaction, if one is active | |
ClassRef jakarta.persistence.PessimisticLockException at commit time. The current transaction, if one is active , is marked for rollback. Since: JPA 2.0 Public | |
ClassRef jakarta.persistence.OptimisticLockException at commit time. The current transaction, if one is active , will be marked for rollback | |
ClassRef jakarta.persistence.NonUniqueResultException the current transaction, if one is active , to be marked for rollback. See Also: Query.getSingleResult |